home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Utils / NfoNak 6 / Bin / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-08-12  |  1.7 KB  |  38 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=NfoNak
  4. AppVerName=NfoNak V6.1.1
  5. AppId=NfoNak
  6. AppVersion=V6.1.1
  7. AppPublisher=Complete Software Solutions
  8. AppPublisherURL=http://www.nakware.com
  9. AppSupportURL=http://www.nakware.com/nfonak
  10. AppUpdatesURL=http://www.nakware.com/nfonak
  11. DefaultDirName={pf}\ComSoft\NfoNak
  12. DefaultGroupName=NfoNak
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\NfoNak.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{win}\NfoNak.scr"; DestDir: "{win}"; Flags: ignoreversion 
  23. Source: "{app}\File_id.diz"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\History.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\ComSoft\NfoNak"; ValueName: "Run"; ValueType: String; ValueData: "{app}\NfoNak.exe"; 
  29. Root: HKCU; Subkey: "Software\ComSoft\NfoNak"; ValueName: "Demo"; ValueType: Dword; ValueData: "$1"; 
  30. [Run]
  31. Filename: "{app}\ReadMe.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  32. Filename: "{win}\NfoNak.SCR"; Parameters: "/I"; 
  33. Filename: "{app}\NfoNak.exe"; WorkingDir: "{app}"; Description: "Start NfoNak"; Flags: postinstall unchecked nowait
  34. [Icons]
  35. Name: "{group}\NfoNak"; Filename: "{app}\NfoNak.exe"; WorkingDir: "{app}"; 
  36. Name: "{group}\ReadMe.txt"; Filename: "{app}\ReadMe.txt"; WorkingDir: "{app}"; IconFilename: "{win}\notepad.exe"; 
  37. Name: "{group}\Uninstall NfoNak"; Filename: "{uninstallexe}"; 
  38.